Class com.symantec.itools.vcafe.openapi.plugin.PlugInSourceTab
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.openapi.plugin.PlugInSourceTab

Object
   |
   +----PlugInView
           |
           +----PlugInTab
                   |
                   +----com.symantec.itools.vcafe.openapi.plugin.PlugInSourceTab

public abstract class PlugInSourceTab
extends PlugInTab
PlugInSourceTab provides the functionality to add a tab to Visual Cafe's Source window.


Constructor Index

 o com.symantec.itools.vcafe.openapi.plugin.PlugInSourceTab()

Method Index

 o onApply()
 o onCancel()
This method is called by the framework when the Cancel button in the options window is selected.
 o onOk()
This method is called by the framework when the OK button in the options window is selected.

Constructors

 o PlugInSourceTab
public PlugInSourceTab()

Methods

 o onApply
public final boolean onApply()
 o onCancel
public final void onCancel()
This method is called by the framework when the Cancel button in the options window is selected.

Overrides:
onCancel in class PlugInTab
 o onOk
public final void onOk()
This method is called by the framework when the OK button in the options window is selected.

Overrides:
onOk in class PlugInTab

All Packages  Class Hierarchy  This Package  Previous  Next  Index